home *** CD-ROM | disk | FTP | other *** search
/ Champak 50 / Volume 50 - JOGO DISK .iso / Games / marchzuma.swf / scripts / DefineButton2_954 / BUTTONCONDACTION on(release).as
Text File  |  2007-10-01  |  103b  |  6 lines

  1. on(release){
  2.    _root.snd.gotoAndPlay("s01");
  3.    stopAllSounds();
  4.    _root.gotoAndStop("titl");
  5. }
  6.